home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime for java / qttestapplet.win / readme.txt next >
Encoding:
Text File  |  2000-09-28  |  2.0 KB  |  49 lines

  1. =============================================================================
  2. QuickTime for Java SDK                              Updated: 30 November 1998
  3.  
  4. Read Me Notes to "QTTest Applet" Demo and Sample Code
  5.  
  6. =============================================================================
  7. This demo program shows how to test if both QT and QTJava are installed correctly
  8.  
  9. =============================================================================
  10. The minimum runtime requirements for this Sample Code are:
  11.  
  12. - Common
  13.     - Sun Compliant Java Runtime Environment 1.1
  14.     - QuickTime 3 
  15.     - QTJava.zip
  16.     - An Applet viewer
  17.     
  18. - MacOS:
  19.     - System 8 or later
  20.     - Macintosh Runtime for Java (MRJ) 2.1
  21.  
  22. - Windows 95, 98, or NT::
  23.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24.  
  25. =============================================================================
  26. No Media requirements for this Sample Code
  27. =============================================================================
  28. Notes & Comments
  29.  
  30. 1. test.html is for use with this code - it will expect to find the AppletTag.js when run in a browser
  31.  
  32. 2. When run the applet will print a message and display the QTLogo if QT and QTJava are installed        
  33.  
  34. 3. See comments in code about this applet
  35.  
  36. =============================================================================
  37. General Comments
  38.  
  39. - QTSession.open and close:
  40.  
  41. A QTSession.open will perform a gestalt check to ensure that QuickTime is present and is initialized. This is a required call before any QuickTime Java classes can be used - it is called first in the init() method
  42.  
  43. It is necessary for programs to call QTSession.close if they have previously called QTSession.open in order to shut down QuickTime properly - it is called in the destroy() method
  44.  
  45. =============================================================================
  46.  
  47. QuickTime and QuickTime for Java are trademarks of Apple Computer, Inc.
  48. (c) 1998 Apple Computer Inc. All rights reserved.
  49.